/* åˆå§‹åŒ–æ ·å¼ */
/*æ¸…é™¤å…ƒç´ é»˜è®¤çš„å†…å¤–è¾¹è·  */
* {
  margin: 0;
  padding: 0
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

/*è®©æ‰€æœ‰æ–œä½“ ä¸å€¾æ–œ*/
em,
i {
  font-style: normal;
}

/*åŽ»æŽ‰åˆ—è¡¨å‰é¢çš„å°ç‚¹*/
ol,
ul {
  list-style: none;
}

/*å›¾ç‰‡æ²¡æœ‰è¾¹æ¡†   åŽ»æŽ‰å›¾ç‰‡åº•ä¾§çš„ç©ºç™½ç¼éš™*/
img {
  max-width: 100%;
  display: block;
  height: auto;
  border: 0;
}

/*è®©button æŒ‰é’® å˜æˆå°æ‰‹*/
button {
  border: none;
  cursor: pointer;
}

/*å–æ¶ˆé“¾æŽ¥çš„ä¸‹åˆ’çº¿*/
a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: all .4s;
  outline: none;
}

a:hover {
  text-decoration: none;
}

button,
input {
  font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
  outline: none;
}

body {
  background-color: #fff;
  font: 12px/1.5 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
  color: #6b6b6b
}

.hide,
.none {
  display: none;
}

/*æ¸…é™¤æµ®åŠ¨*/
.clearfix:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: ".";
  height: 0
}

.clearfix {
  *zoom: 1
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}

b {
  font-weight: 400;
}

* {
  /*box-sizing: border-box;*/
}

.top_head {
  position: relative;
  background: #9c9c9c;
  line-height: 45px;
  height: 45px;
  font-size: 14px;
  color: #fff;
}

.top_head a {
  font-size: 14px;
  color: #fff;
}

.top_cc {
  position: relative;
  height: 125px;
}

.logo {
  float: left;
  line-height: 125px;
}

.logowz {
  float: left;
  padding-left: 26px;
  margin-left: 16px;
  margin-top: 35px;
  background: url(../image/logo_fgx.png) no-repeat left center;
}

.logowz h3 {
  font-size: 24px;
  color: #333333;
  line-height: 1;
}

.logowz p {
  font-size: 18px;
  color: #666666;
  padding-top: 8px;
}

.top_phone {
  float: right;
  padding-left: 60px;
  background: url(../image/dianhua.png) no-repeat left center;
  font-size: 14px;
  color: #666666;
  margin-top: 26px;
}

.top_phone p:nth-child(2) {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}

.top_ewm {
  float: right;
  margin-top: 25px;
  margin-left: 20px;
}

.top_ewm img {
  width: 79px;
  height: 79px;
}

.nav_wap {
  position: relative;
  height: 60px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.clearfix {
  zoom: 1;
}

/* å¯¼èˆªæ ·å¼ */
.x-menu {
  width: 1200px;
  margin: 0 auto;
}

.x-menu>li {
  float: left;
  position: relative;
  /*margin: 0 .12vw;*/
}

.x-menu>li>a {
  display: block;
  /* padding: 0 2.5vw; */
  font-size: 16px;
  color: #333333;
  line-height: 58px;
  width: 200px;
  text-align: center;
}

.x-menu>li>a:hover {
  background: #222b52;
  color: #fff;
}

.x-menu>li:after {
  content: '';
  position: absolute;
  z-index: 100;
  width: 16.5%;
  left: 0;
  height: 0px;
  opacity: 0;
  top: 100%;
}

.x-menu>li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0%;
  top: 60px;
  background: #ffffff;
  border-radius: 0px;
  padding: 0px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border-top: 1px solid #bbb;
}

.x-sub-menu>li {
  border-bottom: 1px solid #bbb;
}

.x-sub-menu>li>a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  padding: 1em;
}

.x-sub-menu>li>a:hover {
  background: #222b52;
  color: #fff;
}

.wd1200 {
  width: 1200px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.indexfive {
  padding-top: 75px;
  padding-bottom: 40px;
  overflow: hidden;
}

.indexfive .title p {
  background: url(../image/q4.jpg) no-repeat center center;
}

.fivetit {
  margin-top: 45px;
  box-shadow: 1px 5px 15px 1px #ccc;
  height: 60px;
  line-height: 60px;
  margin-bottom: 40px;
}

.fivetit a {
  width: 25%;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #666;
  background: url(../image/t2.png) no-repeat right center;
  display: block;
  line-height: 58px;
}

.fivetit a:last-child {
  background: none;
}

.fivetit a:hover,
.fivetit a.cur {
  font-weight: bold;
  color: #fe0629;
  border-bottom: 2px #fe0629 solid;
}

.fivenr dt {
  float: left;
  width: 790px;
}

.fivenr dt img {
  width: 790px;
  height: 445px;
  display: block;
}

.fivenr dd {
  float: right;
  width: 320px;
  background: url(../image/top1.jpg) repeat;
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  height: 395px;
}

.fivenr dd h4 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 12px;
  border-bottom: 1px #6179c7 dashed;
  margin-bottom: 28px;
}

.fivenr dd p {
  color: #fff;
  padding-bottom: 20px;
}

.fivenr dd p b {
  display: block;
  font-size: 18px;
  padding-bottom: 5px;
}

.fivenr dd p span {
  font-size: 24px;
  font-weight: bold;
}

.fivenr dd p em {
  display: block;
  padding: 10px 0;
}

.commonweb {
  margin: 0px auto;
  padding: 0;
  width: 1200px;
}

.fivebtn {
  margin-top: 30px;
}

.fivebtn a {
  font-size: 15px;
  color: #fff;
  background: #f8bd01;
  width: 134px;
  height: 43px;
  line-height: 43px;
  display: inline-block;
  text-align: center;
}

.fivebtn a:nth-child(2) {
  margin-left: 20px;
  background: none;
  border: 1px #fff solid;
}

.fivenr ul {
  margin-top: 20px;
}

.fivenr li {
  float: left;
  width: 280px;
  margin-right: 15px;
  background: #fff;
  padding-bottom: 15px;
  border: 1px solid #efeeee;
  margin-bottom: 10px;
}

.fivenr li img {
  width: 388px;
  height: 220px;
  display: block;
}

.fivenr li:last-child {
  margin-right: 0;
}

.fivenr li h4 {
  font-weight: bold;
  color: #333;
  font-size: 16px;
  width: 280px;
  height: 35px;
  line-height: 55px;
  text-align: center;
  overflow: hidden;
}

.fivenr li p {
  font-size: 14px;
  color: #888888;
  padding: 0 30px;
  overflow: hidden;
  height: 58px;
  line-height: 18px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.ty-banner-1 {
  overflow: hidden;
  line-height: 0;
  text-align: center;
}

.my_pages {
  clear: both !important;
  padding: 5px 0 0;
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
}

.my_pages ul {
  text-align: center;
  list-style: none;
  padding-bottom: 40px;
}

.my_pages ul li {
  list-style: none;
  text-align: center;
  height: 24px;
  display: inline;
  margin: 0 2px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
}

.my_pages ul li a {
  background: #fff;
  color: #555;
  display: inline;
  height: 24px;
  overflow: hidden;
  padding: 6px 10px;
  margin: 0;
  border: #999 1px solid;
}

.my_pages ul li a:hover {
  color: #fff;
  background: #222b52;
  border: #222b52 1px solid;
  height: 24px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}

.my_pages ul li.thisclass a {
  background: #222b52;
  border: #222b52 1px solid;
  height: 24px;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
}